@keyframes color-change {
  0% {
    color: #7D96AA;
  }
  50% {
    color: white;
  }
  100% {
    color: #7D96AA;
  }
}
section.x.module-investors a.x-content-grid {
  color: #7D96AA;
  padding: 16px;
  border-radius: 0.25rem;
}
section.x.module-investors a.x-content-grid .xc-details {
  opacity: 0;
  color: white;
}
section.x.module-investors a.x-content-grid:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}
section.x.module-investors a.x-content-grid:hover .xc-details {
  opacity: 1;
  transition: opacity 0.75s linear;
}
section.x.module-investors a.x-content-grid.grow {
  transition: all 0.2s ease-in-out, color 0.75s ease;
}
section.x.module-investors a.x-content-grid.grow:hover {
  transform: scale(1.2);
}
section.x.module-investors .xc-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
}
@media all and (min-width: 48rem) {
  section.x.module-investors .xc-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 64rem) {
  section.x.module-investors .xc-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}/*# sourceMappingURL=css.css.map */